home *** CD-ROM | disk | FTP | other *** search
- In article <2l4jff$cg8@news.kth.se> niklas@heat.kth.se (Niklas Agren) writes:
- >In article <2l04av$7fu@scunix2.harvard.edu>, dyeh@scws2.harvard.edu (David Yeh) says:
- >>
- >>I have set up an FTP server with QVTNet. Here is my question...is there
- >>a way to limit user privileges so that they cannot delete files off of
- >>the server, without using the brute force method of write-protecting
- >>every file?
- >>
- >>dyeh@husc.harvard.edu
- >
- >If you ftp to a mainframe, the privileges are a part of the system.
- >The PC doesn't have an person-account environment and hence no
- >reference in the files and dirs who owns them and
- >which people have access to them. In the qvtnet ftp-server you have
- >two options, either set up person-password data with passwd.exe, or allow
- >anonymous login.
- >
- >If a person is registered, he has total access. If you allow
- >anon login, they are restricted to the directory given in qvtnet.ini.
- >
- >You only have these options to play with. I have set up an anonftp directory
- >where I place the files interesting to the world. A sub "uploads" points
- >out where anons can put files. If you want to protect specific files, just
- >put an attrib "r" to it.
- >
- >/Niklas
-
- This is what readme.wri (comes with qvtnet) says about it:
- ------------------------------------------------------------------------------------
- FTP Server
-
- WinQVT/Net provides a background FTP server facility. This feature allows remote
- users to access your PC remotely using FTP. Only one logged-in user at a time is
- allowed.
-
- There are several QVTNET.INI configuration directives which are associated with
- the FTP server. These are:
-
- passfile the file which contains the list of authorized users and their passwords
-
- login_dir the directory to which authorized users will be attached at login time
-
- anonftp_dir the directory to which 'anonymous' users will be attached. These users
- will not be able to log to any other directories, except for subdirectories
- within the same tree.
-
- A small utility program, PASSWD.EXE, is provided for the maintenance of the
- password file. It is a DOS program which uses a simple TTY interface that is self-
- explanatory.
-
- FTP server security depends on whether or not you have implemented a password
- file. If there is no password file, users can login at will; no passwords are required,
- and there are no access restrictions (other than those indicated in QVTNET.ACL). If
- you do create a password file, then only users whose names are included in this file
- will be allowed to log in.
-
- If you provide a value for the 'anonftp_dir' directive, WinQVT/Net will allow
- 'anonymous' logins. Anonymous users operate under some restrictions:
-
- * Access is restricted to a single directory tree (as specified by 'anonftp_dir')
- * Anonymous users are not allowed to delete files, or overwrite existing files.
-
- Authorized users have fewer restrictions, but access control lists can be used to
- protect certain files and directories from authorized users also. The set of access
- control lists is stored in the QVTNET.ACL file, which should be placed in the
- WinQVT/Net home directory. Each access control list occupies a single line in
- QVTNET.ACL, and is of the form:
-
- <directory name> [<username>,<username>,...]
-
- The <directory name> is mandatory, and gives the name of the directory to which
- the ACL applies. The optional <username> entries give the names of the users who
- are authorized to access the named directory. Each username should be the name of
- a valid FTP user as created by PASSWD.EXE. If <username> entries are present in
- an ACL, they should be separated from the <directory name> by a single blank
- space. The <username>'s themselves should be separated by comma's, and there
- should be no blanks anywhere in the list.
-
- You can completely cut off access to a directory by creating an ACL with an empty list
- of usernames. The inverse - a directory with no access control - will occur if no ACL is
- created for a directory; any valid user will be able to access it (possible exception:
- anonymous users).
-
- In the present release, there is no attempt to distinguish different classes of access
- (e.g., read-only vs. read/write). This sort of refinement may be added in a future
- release.
- -----------------------------------------------------------------------------
-
- Good luck!
-
- Erik Molenaar
- #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
- # |\ erik molenaar operational network management #
- # | | dept. of information management & data communication #
- # | | _ dreijenplein 2 NL - 6703 HB wageningen #
- # | | / | tel +31 8370 84720 fax +31 8370 84731 #
- # | |/ | #
- # | /|| /\ internet erik.molenaar@net.iend.wau.nl #
- # \_/ || / / #
- # ||/ / x400 c=nl;a=400net;p=surf;o=wau;ou=iend; #
- # | / ou=net;s=molenaar;gi=erik #
- # \_/ #
- # W A G E N I N G E N A G R I C U L T U R A L U N I V E R S I T Y #
- #___________________________________________________________________#
- From news@bigblue.oit.unc.edu Thu Mar 3 20:01:42 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA11630; Thu, 3 Mar 1994 10:58:45 -0500
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA23502; Thu, 3 Mar 1994 10:48:00 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: Thu, 3 Mar 1994 20:01:42 GMT
- From: mmurphy@ernsty.co.uk (Michael RJH Murphy)
- Message-Id: <mmurphy.155.000F07BC@ernsty.co.uk>
- Organization: Ernst & Young
- Sender: ses
- References: <CLMzGM.3n3@franken.zfe.siemens.de>, <gee.10.0035F046@regentdb.osrhe.edu>, <rdb1.4.00076B53@cc.bellcore.com>
- Subject: Re: UUENCODE & UUDECODE for Windowa -- Success!
-
- In article <rdb1.4.00076B53@cc.bellcore.com> rdb1@cc.bellcore.com (Robert D. Bond) writes:
- >Newsgroups: alt.winsock
- >Path:
- >ernsty.co.uk!pipex!howland.reston.ans.net!cs.utexas.edu!sdd.hp.com!col.hp.com!cs
- >n!cherokee!walter!cc.bellcore.com!rdb1
- >From: rdb1@cc.bellcore.com (Robert D. Bond)
- >Subject: Re: UUENCODE & UUDECODE for Windowa -- Success!
- >Message-ID: <rdb1.4.00076B53@cc.bellcore.com>
- >Lines: 45
- >Sender: news@walter.bellcore.com
- >Nntp-Posting-Host: mre-slip3.cc.bellcore.com
- >Organization: Bellcore
- >X-Newsreader: Trumpet for Windows [Version 1.0 Rev A]
- >References: <Karl.Auer.98.000C05E3@anu.edu.au>
- ><greys.9.0015FBE1@regentdb.osrhe.edu> <CLMzGM.3n3@franken.zfe.siemens.de>
- ><gee.10.0035F046@regentdb.osrhe.edu>
- >Date: Thu, 3 Mar 1994 12:25:06 GMT
-
-
- >In article <gee.10.0035F046@regentdb.osrhe.edu> gee@regentdb.osrhe.edu writes:
- >>Path:
- >>walter!att-out!att-in!csn!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!howland
- >.
- >>reston.ans.net!cs.utexas.edu!koriel!lll-winken.llnl.gov!sundance.llnl.gov!fastr
- >a
- >>c.llnl.gov!osi-east2.es.net!pnl-oracle!netnews.nwnet.net!ns1.nodak.edu!news.uok
- >n
- >>or.edu!re
- >>gentdb.osrhe.edu!gee
- >>From: gee@regentdb.osrhe.edu
- >>Newsgroups: alt.winsock
- >>Subject: Re: UUENCODE & UUDECODE for Windowa -- Success!
- >>Date: Wed, 23 Feb 1994 14:40:18 CST
- >>Organization: The University of Oklahoma (USA)
- >>Lines: 17
- >>Message-ID: <gee.10.0035F046@regentdb.osrhe.edu>
- >>References: <Karl.Auer.98.000C05E3@anu.edu.au>
- >><greys.9.0015FBE1@regentdb.osrhe.edu> <CLMzGM.3n3@franken.zfe.siemens.de>
- >>NNTP-Posting-Host: 164.58.237.90
- >>X-Newsreader: Trumpet for Windows [Version 1.0 Rev B]
-
-
- >>>In article <greys.9.0015FBE1@regentdb.osrhe.edu>, greys@regentdb.osrhe.edu
- >>says:>> Does anyone know if versions of uuencode and uudecode exist for
- >>Windows? I >>have DOS versions. They work, but are, of course, far less
- >>convenient than >>native windows apps would be.
-
- >>Dear All,
-
- >> Thanks to the many folks who responded, both publicly and privately, to
- >>my
- >>request for information on a UUencoder/decoder for Windows. Thanks to your
- >>overwhelming response, I succeeded in downloading WinCode, ver 2.2 and
- >>installing it. Responses like these convince me that Usenet, contrary to its
- >>reputaton, is not the exclusive preserve of the mentally ill.
-
- >>Regards,
-
- >>Grey
- >>Grey W. Satterfield gee@ regentdb.osrhe.edu
-
- >Grey,
-
- >Where did you find the UUencode/decode for MS-Windows?
-
- >Thanks!
-
- Wincode
-
- I found mine at ftp.demon.uk, which is closer to me than it is to you! I
- got that address from archie.
-
-
- Mike Murphy Tel: +44 71 931 2106
- Senior Manager, Systems Development Fax: +44 71 931 6500
- National Information Systems Email: mmurphy@ernsty.co.uk
- Ernst & Young, London EC4A 1NH
- From news@bigblue.oit.unc.edu Thu Mar 3 12:01:41 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA21824; Thu, 3 Mar 1994 12:01:41 -0500
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA28488; Thu, 3 Mar 1994 11:42:38 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: Thu, 3 Mar 1994 18:37:49
- From: Jorma.Hartikka@csc.fi (Jorma Hartikka)
- Message-Id: <Jorma.Hartikka.14.0012A1EA@csc.fi>
- Organization: VTKK Government Systems ltd/Information Systems
- Sender: ses
- References: <patlee.236.0015EC01@panix.com>, <pjh.1777.2D729C7C@pjh.jvnc.net>, <ROUSH.44.0003071E@kuhub.cc.ukans.edu>
- Subject: Re: WINSOCK not ok
-
- In article <ROUSH.44.0003071E@kuhub.cc.ukans.edu> ROUSH@kuhub.cc.ukans.edu (Mark S. Roush) writes:
-
- >I am getting a long pause on starting the newsreader. Sometimes 25-30 seconds
- >long, but this is aparrently before any winsock calls (connection to NNTP) is
- >initiated because the window does not even open during this pause, the hard
- >drive is not reading, it just sits there with an hourglass symbol. Is it
- >analyzing NEWS.INI during this phase? If so then Mr. Tattam could you please
- >put in a 'Initialzing, please wait' message into the next revision? BTW keep
- >up the good work all!
-
- It is sitting on DNS (presumably). Many programmers of the Winsock applications
- don't care to mention to the User about DNS resolving. Usually it is fast, but
- some times not. You may quiken the starting pause, if you use dotted numeric
- IP address. (phew).
-
- Jorma.
-
-
- ---------------------------------------------------------------
- Jorma Hartikka VTKK Government Systems ltd./Information Systems
- Email: Jorma.Hartikka@csc.fi
- ---------------------------------------------------------------
- From dave%helios.de@helios.de Thu Mar 3 12:57:51 1994
- Received: from iraun1.ira.uka.de by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA24719; Thu, 3 Mar 1994 12:20:07 -0500
- Received: from xlink1.xlink.net by iraun1.ira.uka.de
- id <04318-0@iraun1.ira.uka.de>; Thu, 3 Mar 1994 18:18:17 +0100
- Received: from heliosd by xlink1.xlink.net id aa13888; 3 Mar 94 18:18 MET
- Received: by heliosd.helios.de (AIX 3.2/UCB 5.64/4.03JUM) id AA17228;
- Thu, 3 Mar 1994 11:57:51 +0100
- Date: Thu, 3 Mar 1994 11:57:51 +0100
- Message-Id: <9403031057.AA17228@heliosd.helios.de>
- From: David Long <dave@helios.de>
- To: mah@DIALix.oz.au
- Subject: Re: winsock to a sun running 4.1.x (fwd)
- Cc: winsock@sunsite.unc.edu
-
- Attn: Mark Hayes
- SentBy: David Long
-
- Mark,
-
- I saw your mail:
-
- > I have a sun IPC and a dozen or so PC's could someone please give
- > me some pointers about what software and cabling are required from
- > the sun to connect ....
- >
- The next version of our PCShare product due May or June will include a
- Winsock API for the Windows clients. Our PCShare is TCP/IP networking for
- DOS and Windows. It uses our own server daemon on the Sun, is much faster
- than PC/NFS and also supports standard DOS record locking. We also support
- IBM, HP, SGI, Dec and DG.
-
- Let me know if you want more details.
-
- Our Australian distributor is:
-
- DataBasics Pty.
- Mr. Michael Setterington
- POB 244
- Darlinghurst, NSW 2010
- Australien
- tel: 0061-2-267-8688
- fax: 0061-2-267-8281
- aust0462@applelink
-
- Best regards,
-
-
- David C Long BSc MIEE
- Product Manager
- HELIOS Software GmbH
- Lavesstr. 80
- D-30159 Hannover
- Germany
- email: dave@helios.de (or AppleLink: ger.xse0082 Attn: dave)
- tel: +49 (511) 3681093 fax: +49 (511) 3681095
- ++++++++++++++++++++++++++++++++++++++++++++++
- From news@bigblue.oit.unc.edu Thu Mar 3 16:44:57 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA26006; Thu, 3 Mar 1994 12:28:00 -0500
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA13124; Thu, 3 Mar 1994 12:07:09 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: Thu, 3 Mar 94 16:44:57 GMT
- From: l85@aixfile1.urz.uni-heidelberg.de
- Message-Id: <1994Mar3.164457.10575@sun0.urz.uni-heidelberg.de>
- Organization: University Heidelberg
- Sender: ses
- Subject: Trumpet winsock with WfW 3.11. Help!
-
- Hi,
-
- We installed WfW 3.11 on our PCs. Now Trumpet Winsock don4t work. I got
- dispkt.dos on FTP, but the dispkt-driver only give a error message "protman
- not found" or so.
- We have have 486 with 3Com network cards.
- Any ideas?
-
- Klaus
- From news@bigblue.oit.unc.edu Thu Mar 3 17:28:46 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA07116; Thu, 3 Mar 1994 13:27:58 -0500
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA24493; Thu, 3 Mar 1994 13:08:09 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: 3 Mar 94 17:28:46 GMT
- From: dho@asic.mtv.nec.com (Derrick Ho)
- Message-Id: <dho.762715726@elmailer>
- Organization: NEC ELECTRONICS, INC.
- Sender: ses
- Subject: ws_gmail POP server
-
- Hi:
- I successfully installed ws_gmail package on my PC. I created an
- "account" as per instruction for reading mail. When I ran ws_gmail I
- get the follwing messages on the debug window:
-
- [I]<-OK DERICK WS_GMAIL (94.02.07) POP server ready for fun
- Logging on...
- [I]->USER hoho
- [I]<-ERR no mailbox for hoho here
- [E]logon failure (-ERR no mailbox for hoho here), so quitting
- [4] closing socket
- Read 2 messages from C:\MAIL\hoho. LastSize=896
-
- Questions:
-
- 1) Error said that I do not have mailbox hoho. But I created it under
- ws_gsp. So how do I create a mailbox on the server? My pc's host
- name is DERICK which is running the ws_gmail package.
-
- 2) Can my pc be both POP3 server and client at the same time?
-
- 3) Why is it that I can read test mail sent to my pc ?
-
- 4) I am trying to run ws_gmail as a server and using Eudora as a
- client reader. Is this possible?
-
- Any suggestions/solutions to solving the problem is most welcome.
- Please e-mail responses to dho@asic.mtv.nec.com.
-
-
- Regards,
- D. Ho
- ===========================================================================
-
- (___) Internet: <dho@asic.mtv.nec.com>
- (o o)
- \ /
- \--O--/
- // -----\ Derrick Ho -- COP Manager
- \\/_^{} /==V===[]
- \_____\\// NEC ELCETRONICS, INC.
- \__/ 401 Ellis Street,
- //\\ The Boss Mountain View, CA. 94039
- // \\ (Bruce Holstien)
- // // Tel: (415)965-6330
- ^^ ^^ FAX: (415)965-6788
- ===========================================================================
- --
- ===========================================================================
- Derrick Ho -- COP Manager | Internet: <dho@asic.mtv.nec.com>
- |
- NEC Electronics, INC. |
- From news@bigblue.oit.unc.edu Thu Mar 3 17:35:29 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA07142; Thu, 3 Mar 1994 13:28:00 -0500
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA30840; Thu, 3 Mar 1994 13:17:54 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: 3 Mar 1994 17:35:29 GMT
- From: ryan@singollo.gsfc.nasa.gov (Ryan Simmons)
- Message-Id: <2l5751$l7o@paperboy.gsfc.nasa.gov>
- Organization: NASA Goddard Space Flight Center
- Sender: ses
- References: <CM1Jtq.7AH@lotus.com>, <2l2tj3$38p@paperboy.gsfc.nasa.gov>, <CM3DnJ.K17@news.tcd.ie>
- Subject: Re: Chameleon NEWTNews query
-
- In article <CM3DnJ.K17@news.tcd.ie>, cnolan@tcd.ie (Conor Nolan) says:
- >Do yourself a BIG favour and get the latest WinVN (version 0.90.4). You
- >won't believe the difference from 0.82
- >
- >[canned blurb]
- >The latest version winvn is always available from
- >titan.ksc.nasa.gov (use IP# 128.159.4.20), in the directory
- >[.pub.win3.winvn].
- >winvnstdXXX is the WINSOCK version
- >winvnpwkXXX is the Pathworks/Lanman version
- >winvnsrcXXX is the source.
- >
- >==
- >Conor Nolan (cnolan@tcd.ie)
-
- *****************************************************************
- For all of you reading this, the only file you need to get the
- (hopefully) latest version of WINVN from the site above is:
-
- winvnstd_04.zip (at least I hope that's right)
-
- Don't worry about the rest of the garbage there.
- *****************************************************************
-
- Well, I downloaded the latest WinVN. Boy, what a mess that ftp site is.
- All the readme and/or message files are pathetically out of date. The
- only way I knew I got the right file was by getting all the winvnstdxxx
- files, unzipping them and looking at the newest date. I ended up with
- the version you mentioned. It doesn't exactly blow my socks off, but I
- do appreciate the enhancements. I still highly recommend it.
-
- ___ |ryan@singollo.gsfc.nasa.gov
- / ) |rsimmons@gsfcmail.nasa.gov
- /__ / __ |
- / ) / / / / / ) |CIS 71212,530
- / (_(_/_(_(_/ (_ |*I got rid of my laptop because my cat was jealous!*
- /
- From news@bigblue.oit.unc.edu Thu Mar 3 17:46:53 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA07182; Thu, 3 Mar 1994 13:28:03 -0500
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA30841; Thu, 3 Mar 1994 13:18:00 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: 3 Mar 1994 17:46:53 GMT
- From: ryan@singollo.gsfc.nasa.gov (Ryan Simmons)
- Message-Id: <2l57qd$l7o@paperboy.gsfc.nasa.gov>
- Organization: NASA Goddard Space Flight Center
- Sender: ses
- References: <2l38l7$hn0@usenet.INS.CWRU.Edu>
- Subject: Re: Chameleon 4.0 Mail
-
- In article <2l38l7$hn0@usenet.INS.CWRU.Edu>, jdj2@po.CWRU.Edu (Jeffrey D. Johnson) says:
- >
- >
- >Could someone please tell if this program is shareware?
- >And if so, what do you need to run it and what does it do?
- >Is it better than Eudora?
- >
- >Jeff
-
- Nope, Chameleon is NOT shareware. In fact, it's very commercial. Pick
- almost any major PC or Windows magazine and you'll find ads for it in
- the back "shoppers" sections. You can get a full blow copy of
- Chameleon 4.0 from Egghead Software for under $300, or ChameleonNFS 4.0
- for around $350, or ChameleonNFS/X with an X-server for about $510.
-
- I use Chameleon, I just bought 5 more copies for people in my section,
- and so I guess you could say I recommend it. If you can't afford it
- though, sorry, I can't help you too much.
-
- A little bit about Chameleon: it's 100% Windows, uses DLLs not TSRs;
- it uses its own stack, NOT Winsock.dll even though it provides one of
- the most--if the THE most--stable Winsock.dlls out there; it comes with
- all the basic TCP/IP features: mail, ping, finger, whois, a newsreader,
- ftp, telnet, plus a whole bunch more. The newsreader is extremely slow
- and so I don't use it, and the ftp program is OK, but there's a public
- domain program I use that's better.
-
- That's the scoop. Feel free to e-mail me directly if you have any
- more questions.
-
- ___ |ryan@singollo.gsfc.nasa.gov
- / ) |rsimmons@gsfcmail.nasa.gov
- /__ / __ |
- / ) / / / / / ) |CIS 71212,530
- / (_(_/_(_(_/ (_ |*I got rid of my laptop because my cat was jealous!*
- /
- From news@bigblue.oit.unc.edu Thu Mar 3 10:26:27 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA20650; Thu, 3 Mar 1994 14:28:04 -0500
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA12273; Thu, 3 Mar 1994 14:00:00 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: Thu, 3 Mar 1994 10:26:27 +0000
- From: Henry Young <U23379@uicvm.uic.edu>
- Message-Id: <19940303.114448.214062.NETNEWS@UICVM.UIC.EDU>
- Sender: ses
- References: <mscarton.73.000FDEE4@mudshark.sunquest.com>
- Subject: Re: Chameleon 4.0 Mail
-
- MIME-Version: 1.0
- Content-Type: TEXT/PLAIN; charset=US-ASCII
-
-
- In article <mscarton.73.000FDEE4@mudshark.sunquest.com>,
- > I haven't received my 4.0 upgrade yet, but I am running the 3.12.2 beta
- > release. When I select Timers, I have a check box that indicates whether
- mail
- > is to be periodically retrieved. Un-checking it requires that I physically
- > select the Retrieve Mail every time that I wish the function to be performed.
- >
- > BTW: Are you other folks having the same problem that I am getting the
- upgrade
- > from NetManage? Having been in the beta program and gone through the effort
- > and agony of documenting the breakage and difficulties, I had expected to be
- > one of the first customers to receive the production level upgrade. Instead,
- > I've sent cards and faxed and e-mailed requests for a month now to no avail.
- > Sigh!
-
- Interesting... I got a card in the mail for the free upgrade (I had the
- maintenance option) and sent it back the same day. My upgrade came in 4 days
- later...
-
- Make sure to include the right address and any other info. The card I was
- sent had a number of mistakes. They had an address correction area.
-
- You may also want to include your serial# so they can look up your info more
- quickly.
-
- - Henry
-
- p.s. they have patches available from their ftp site. The files are invisible
- but they can be had when they give you the current name of the file.
- From natale@acec.com Thu Mar 3 09:27:42 1994
- Received: from uu3.psi.com by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA20729; Thu, 3 Mar 1994 14:28:32 -0500
- Received: from acec.com by uu3.psi.com (5.65b/4.0.071791-PSI/PSINet) via SMTP;
- id AA08348 for winsock@sunsite.unc.edu; Thu, 3 Mar 94 14:28:10 -0500
- Received: from natale by nips.acec.com (5.65/3.2.083191-American Computer and Electronics Corp. )
- id AA07492; Thu, 3 Mar 1994 14:27:23 -0500
- Date: Thu, 3 Mar 1994 14:27:42 EST
- From: Bob Natale <natale@acec.com>
- Subject: Re: C++ API or Wrapper for SNMP
- To: mscarton@mudshark.sunquest.com
- Cc: winsock@sunsite.unc.edu, winsnmp@sunsite.unc.ed
- Message-Id: <ECS9403031442B@acec.com>
- Priority: Normal
- Mime-Version: 1.0
- Content-Type: TEXT/Plain; CHARSET=US-ASCII
-
- > From: Mark A. Scarton <mscarton@mudshark.sunquest.com>
- > Date: Thu, 3 Mar 1994 07:02:45 -0500
-
- Hi Mark,
-
- > Does anyone out there have a C++ API or wrapper that I could use in
- > my apps to report and log errors via SNMP?
-
- Just in case you're not aware of this, let me suggest that you check
- out the WinSNMP APIs, particularly the WinSNMP/Manager API. You can
- join the working group by sending e-mail:
-
- To: listserv@sunsite.unc.edu
- Subject: <leave blank>
- subscribe winsnmp Mark A. Scarton
-
- And/or you can retrieve the WinSNMP documents via anon ftp from:
-
- sunsite.unc.edu:/pub/micro/pc-stuff/ms-windows/winsnmp
- /winsnmp_app ; WinSNMP/Manager API files
- /winsnmp_mib ; WinSNMP/MIB API files
- /winsnmp_agent ; WinSNMP/Agent API files
-
- > I have several versions in straight C, but nothing exploiting C++.
-
- The WinSNMP/Manager API spec contains a draft, sample C++ interface
- for the C-oriented WinSNMP/Manager API. This Appendix is somewhat
- out-dated, but mostly correct...and the mapping to the C which has
- changed since the Appendix was submitted by Maria Greene (then of
- Xyplex, now of Timeplex) is obvious.
-
- (BTW, if you or anyone else is interested in picking up the WinSNMP/C++
- effort, PLEASE FEEL FREE TO VOLUNTEER--Maria had to drop it after a
- very auspicious start.)
-
- > Thanks.
-
- Let me know if you need more info re any of the above.
-
- BobN
- ________________________________________________________________
- Bob Natale | American Computer | 301-258-9850 [v]
- Director | 209 Perry Pkwy | 301-921-0434 [f]
- Network Mgmt Products | Gaithersburg MD 20877 | natale@acec.com
-
-
-